FolderExists

Syntax:

FolderExists(Str)

Description:
Returns true if the specified folder exists and false if it does not .

Parameter Description

Str  A text string containing the path of the folder to check for existence.

Example:

Sub Main
MsgBox FolderExists("c:\foldername\")
End
Sub

See Also:

DriveExists

DriveAvailableSpace

FileCount

FileExists

FolderExists